From e83c73a21299d50fe04db9a5d0511bd9a2c8ddf0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Sep 2018 15:34:51 +0100 Subject: [PATCH] Run "ninja test" correctly --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 20c36d7385..5d40ba7334 100755 --- a/debian/rules +++ b/debian/rules @@ -174,7 +174,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cp gtk/org.gtk.* debian/build/glib-2.0/schemas/ glib-compile-schemas debian/build/glib-2.0/schemas/ # Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail - env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k check -j1 || true + env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k 0 -j 1 || true endif override_dh_auto_install: -- 2.30.2